Created
July 26, 2012 21:12
-
-
Save raphink/3184542 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
raphink@obadiah:~/Documents$ cat fakeroot/etc/inittab | |
co:2345:respawn:/sbin/agetty xvc0 9600 vt100-nav | |
raphink@obadiah:~/Documents$ augtool -r fakeroot/ print /files/etc/inittab | |
/files/etc/inittab | |
/files/etc/inittab/co | |
/files/etc/inittab/co/runlevels = "2345" | |
/files/etc/inittab/co/action = "respawn" | |
/files/etc/inittab/co/process = "/sbin/agetty xvc0 9600 vt100-nav" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment