fix inittab
This commit is contained in:
parent
028abb830a
commit
77b9e72bc0
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ echo -e "${GREEN}INFO: The boot0 file has been copied${NC}"
|
|||
# Overwrite the inittab file
|
||||
echo -e "${YELLOW}INFO: Overwriting the inittab file ...${NC}"
|
||||
|
||||
cat <<EOF >"$target_folder/etc/inittab"
|
||||
cat <<EOF >"$ROOTFS_DIR/etc/inittab"
|
||||
::sysinit:/etc/init.d/rcS S boot
|
||||
::shutdown:/etc/init.d/rcS K shutdown
|
||||
::askconsole:/bin/ash --login
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue