File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ def apply_defaults(self):
294
294
295
295
if self .prompt is None :
296
296
# Default prompt for our root disks
297
- self .prompt = "/ #"
297
+ self .prompt = "~ #"
298
298
299
299
if self .initrd is None and len (self .drives ) == 0 and self .cloud_image is None :
300
300
if self .compat_rootfs or self .qemu_cmd .endswith ('qemu-system-ppc' ):
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ define wget
23
23
endef
24
24
25
25
define wget_lbt
26
- $(call wget,$(1 ) ,"https://github.com/groeck/linux-build-test/blob/236ccac32e5c3538f2c8221b359225cc40925ba0 /rootfs/$(2 ) ?raw=true")
26
+ $(call wget,$(1 ) ,"https://github.com/groeck/linux-build-test/blob/8891968937a86214dbddfdbd98e43a0519402a80 /rootfs/$(2 ) ?raw=true")
27
27
endef
28
28
29
29
ppc64-rootfs.cpio.gz : ppc64-novsx-rootfs.cpio.gz
You can’t perform that action at this time.
0 commit comments