mirror of
https://github.com/superconvert/smart-os.git
synced 2024-11-22 18:20:30 +08:00
Merge branch 'main' of github.com:superconvert/smart-os into main
This commit is contained in:
commit
d97718cf29
@ -22,7 +22,7 @@ core_num=`nproc`
|
||||
with_gcc=false
|
||||
|
||||
# 是否开启 xorg
|
||||
with_xorg=true
|
||||
with_xorg=false
|
||||
|
||||
# 是否挂载第二块硬盘
|
||||
with_sdb=false
|
||||
|
@ -29,6 +29,7 @@ PS1="[\u@\h \w]\# "
|
||||
export PS1 HOSTNAME
|
||||
EOF
|
||||
|
||||
# 重新生成 inittab 文件
|
||||
cat<<EOF>${diskfs}/etc/inittab
|
||||
::sysinit:/bin/hostname -F /etc/hostname
|
||||
::sysinit:/etc/init.d/rcS
|
||||
|
Loading…
Reference in New Issue
Block a user