mirror of
https://github.com/rancher/os.git
synced 2025-09-02 07:15:41 +00:00
Fixed install --partition and added scripts/run-install
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
@@ -62,7 +62,7 @@ func Blkid(label string) (deviceName, deviceType string) {
|
||||
s := bufio.NewScanner(r)
|
||||
for s.Scan() {
|
||||
line := s.Text()
|
||||
log.Debugf("blkid: %s", cmd, line)
|
||||
//log.Debugf("blkid: %s", cmd, line)
|
||||
if !strings.Contains(line, `LABEL="`+label+`"`) {
|
||||
continue
|
||||
}
|
||||
|
Reference in New Issue
Block a user