mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-09 23:50:07 +00:00
Cosmetic changes
This commit is contained in:
parent
f8fa17fb4a
commit
775c630bbb
@ -25,7 +25,7 @@ services --enabled=NetworkManager --disabled=network,sshd
|
||||
# To compose against rawhide, use the following "repo" (disabled by default)
|
||||
repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
|
||||
|
||||
# To compose against local trees, use:
|
||||
# To compose against local trees, (edit and) use:
|
||||
#repo --name=f9 --baseurl=http://localrepo/fedora/releases/9/Everything/$basearch/os/
|
||||
#repo --name=f9-updates --baseurl=http://localrepo/fedora/updates/9/$basearch/
|
||||
|
||||
@ -149,7 +149,7 @@ mountPersistentHome() {
|
||||
}
|
||||
|
||||
findPersistentHome() {
|
||||
for arg in \`cat /proc/cmdline\` ; do
|
||||
for arg in \`cat /proc/cmdline\` ; do
|
||||
if [ "\${arg##persistenthome=}" != "\${arg}" ]; then
|
||||
homedev=\${arg##persistenthome=}
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user