index
:
lfs_build
master
odroid_n2+
odroid_n2+-systemd
systemd
LFS build script repo
GIT Owner
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
setupdisk.sh
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Use if [[ ... ]] instead of [ ... ] and change retval check in setupdisk ↵
William Harrington
2021-04-02
1
-1
/
+2
|
|
|
|
when checking exit code when creating partition.
*
Put quotes around
William Harrington
2021-04-02
1
-1
/
+1
|
*
Format LFS_FS text string to lowercse with ,, operator.
William Harrington
2021-04-02
1
-1
/
+1
|
*
Exit when creating partition or filesystem fails. Use LFS_FS variable from ↵
William Harrington
2021-04-02
1
-3
/
+11
|
|
|
|
env.sh so user can decide which filesystem to use.
*
Add informative messages for setup disk stages.
William Harrington
2021-04-01
1
-1
/
+1
|
*
Add indented messages when creating partition and formatting filesystem.
William Harrington
2021-04-01
1
-0
/
+4
|
*
LFS_ROOT and LFS_DISK not needed as these are exported environment variables ↵
William Harrington
2021-04-01
1
-4
/
+1
|
|
|
|
from env.sh.
*
Cleanup setupdisk.sh
William Harrington
2021-03-23
1
-0
/
+2
|
*
redirect all output to null.
William Harrington
2021-03-22
1
-2
/
+2
|
*
Remove interpreter from scripts that are sourced. Remove executable bits are ↵
William Harrington
2021-03-22
1
-2
/
+0
|
|
|
|
required.
*
Hardcode path to mkfs as sudo may not always set PATH to include /sbin.
William Harrington
2021-03-21
1
-1
/
+1
|
*
Setup lfs environment and disk setup.
William Harrington
2021-03-15
1
-0
/
+25